// The mini boss fires bullets at the player.
// No movement can be done here, since this is a mounted sprite. But we can fire bullets.

	// Initial wait. Never done again.
wait 100

	// Repeats from here:
fireBullet 216 all
fireBullet 240 all
fireBullet 270 all
fireBullet 300 all
fireBullet 329 all

wait 20

fireBullet 216 all
fireBullet 240 all
fireBullet 270 all
fireBullet 300 all
fireBullet 329 all

wait 880 // 900 total, same as other file, so they stay in-sync

repeat 1